Skip to content

Commit

Permalink
Proper QGIS-specific version (#392)
Browse files Browse the repository at this point in the history
* Guarantees that the version that supports QGIS can be uploaded

* ups version

* ups version for documentation

---------

Co-authored-by: pveigadecamargo <pveigadecamargo@anl.gov>
  • Loading branch information
pedrocamargo and pveigadecamargo committed Apr 4, 2023
1 parent 28e6546 commit 15628e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/qgis_requirements.py
Expand Up @@ -10,4 +10,4 @@ def replace_in_file(file_path, text_orig, suffix):


replace_in_file("../requirements.txt", "numpy", "<1.22")
replace_in_file("../__version__.py", "{minor_version}", "+qgis")
replace_in_file("../__version__.py", "{minor_version}", ".dev0")
2 changes: 1 addition & 1 deletion __version__.py
@@ -1,5 +1,5 @@
version = 0.8
minor_version = "1"
minor_version = "2"
release_name = "Rio de Janeiro"

release_version = f"{version}.{minor_version}"
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -86,6 +86,7 @@ documentation for all versions since 0.5.3.
* `0.7.7 <https://aequilibrae.com/python/V.0.7.7/>`_
* `0.8.0 <https://aequilibrae.com/python/V.0.8.0/>`_
* `0.8.1 <https://aequilibrae.com/python/V.0.8.1/>`_
* `0.8.2 <https://aequilibrae.com/python/V.0.8.2/>`_

* `Develop Branch (upcoming version) <https://aequilibrae.com/python/develop/>`_
This documentation correspond to software version:
Expand Down

0 comments on commit 15628e7

Please sign in to comment.