Skip to content

Commit b5eb070

Browse files
authored
Release 0.5.0 [ci skip] (#433)
* Bump version to 0.5.0 [ci skip] * Update 0.5.0 release date [ci skip]
1 parent db33ed5 commit b5eb070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
- :release:`0.5.0 <2020.05.27>`
5+
- :release:`0.5.0 <2020.06.05>`
66

77
- :bug:`431` Left and right contraction are no longer swapped on scalar :class:`~sympy.core.expr.Expr` instances.
88
- :feature:`232` Python 3.8 is now supported and tested.

galgebra/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 1) we don't load dependencies by storing it in __init__.py
66
# 2) we can import it in setup.py for the same reason
77
# 3) we can import it into your module
8-
__version__ = '0.5.0rc1'
8+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)