Skip to content
Snippets Groups Projects
Commit 723f97b2 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

New versioning scheme to meet schematic versioning convention

parent b109f7f9
No related branches found
No related tags found
1 merge request!10New versioning scheme to meet schematic versioning convention
Pipeline #1432 passed with stage
in 41 seconds
......@@ -18,3 +18,7 @@ Display time in PASSCAL time format2018.137 (2018-06-07)
* Created conda packages for lopt that can run on Python3.[6,7,8]
* Updated .gitlab-ci.yml to run a linter and unit tests for Python3.[6,7,8]
in GitLab CI pipeline
2022.1.0.0 (2022-01-11)
------------------
* New versioning scheme
package:
name: lopt
version: 2020.205
version: 2022.1.0.0
source:
path: ../
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2020.205'
__version__ = '2022.1.0.0'
......@@ -18,6 +18,13 @@
# Directory cleanup (remove unused files introduced by Cookiecutter).
# Packaged with conda.
#####################
#
# modification
# version: 2022.1.0.0
# author: Maeva Pourpoint
#
# Update versioning scheme
#####################
import sys
......
......@@ -45,6 +45,6 @@ setup(
name='lopt',
packages=find_packages(include=['lopt']),
url='https://git.passcal.nmt.edu/passoft/lopt',
version='2020.205',
version='2022.1.0.0',
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