Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berg committed Feb 2, 2020
1 parent 1156918 commit dbea8a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.3.1'
release = '0.4.1'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/content/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Updates
###############

========================
v0.4.1
========================
- Introduced some restrictions to dependency versions. Some newer versions of dependencies were acting problematic. Will try to figure out how to allow for current versions of these dependencies to be used
- Fixed plotting issue with periodicity plots

========================
v0.4.0
========================
Expand Down
2 changes: 1 addition & 1 deletion xpresspipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
this program. If not, see <https://www.gnu.org/licenses/>.
"""

__version__ = '0.4.0'
__version__ = '0.4.1'

from .__main__ import *
from .align import *
Expand Down

0 comments on commit dbea8a4

Please sign in to comment.