Skip to content
Snippets Groups Projects
Commit 6c2ade48 authored by Robert Greschke's avatar Robert Greschke
Browse files

Python 3 (and 2) version.

parent 0a6c45fd
Branches master
No related tags found
No related merge requests found
Pipeline #496 passed with stage
in 2 minutes and 28 seconds
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
History History
======= =======
2016.35 (2018-06-07) 2019.262 (2019-09-19)
------------------ ---------------------
* Rewritten for Python 2 and 3.
* First release on new build system.
2018.177 (2018-06-26)
------------------
* Bob fixed bad variable sP for load/save parm files.
\ No newline at end of file
This diff is collapsed.
[bumpversion] [bumpversion]
current_version = 2018.177 current_version = 2019.262
commit = True commit = True
tag = True tag = True
......
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
packages=find_packages(include=['changeo']), packages=find_packages(include=['changeo']),
test_suite='tests', test_suite='tests',
url='https://git.passcal.nmt.edu/passoft/changeo', url='https://git.passcal.nmt.edu/passoft/changeo',
version='2018.177', version='2019.262',
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment