Skip to content

Commit

Permalink
Set version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa committed Sep 30, 2022
1 parent 3afd0a4 commit f48589a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<<<<<<< HEAD
Copyright (c) 2011-2022, Till Sauerwein <[email protected]>, Konrad Förstner <[email protected]>
=======

READemption is open source software and available under the MIT license.
>>>>>>> dev

Copyright (c) 2011-2022, Konrad Förstner <[email protected]>, Till Sauerwein <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ new_release:
@echo " git checkout dev"
@echo "* Change version and date in bin/reademption"
@echo "* Change version in setup.py"
@echo "* Change the version and date in .zenodo.json"
@echo "* Change requirements (install_requires) in setup.py"
@echo "* Change version, release and date in docs/source/conf.py"
@echo "* Add description to CHANGELOG.txt"
Expand Down
2 changes: 1 addition & 1 deletion bin/reademption
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __author__ = "Konrad Foerstner <[email protected]>, Till Sauerwein <sauerwein
__copyright__ = "2011-2022 by Konrad Foerstner <[email protected], , Till Sauerwein <[email protected]>"
__license__ = "MIT License"
__email__ = "[email protected], [email protected]"
__version__ = "2.0.2"
__version__ = "2.0.3"


def main():
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.2"
release = "2.0.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="READemption",
version="2.0.2",
version="2.0.3",
packages=["reademptionlib", "tests"],
author="Konrad U. Förstner, Till Sauerwein",
author_email="[email protected]",
Expand Down

0 comments on commit f48589a

Please sign in to comment.