Skip to content

Commit

Permalink
New versioning convention (#20)
Browse files Browse the repository at this point in the history
* test cleanup

* new versioning convention

* Bump version: v1.9.0 → 1.9.1
  • Loading branch information
abecadel authored May 24, 2022
1 parent a4bbe7d commit 558bda3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[bumpversion]
current_version = 1.9.1
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:setup.py]

[bumpversion:file:README.md]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pyindi-client ![tests](https://github.com/indilib/pyindi-client/actions/workflow
=============


version : 0.2.8
version : v1.9.1

An [INDI](http://indilib.org/) Client Python API, auto-generated from
the official C++ API using [SWIG](http://www.swig.org/).
Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Releases
---

- v1.9.0: Change versioning convention. Major & minor reflects supported indilib
- v0.2.8: Support INDI 1.9.0
- v0.2.7b: High-level INDI Property support (indi-core v1.9.0 dev).
- v0.2.7a: Fix for INDI v1.8.9 on raspberry (ignore
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jupyter
bump2version
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

###

VERSION = "0.2.8"
VERSION = "v1.9.1"
root_dir = abspath(dirname(__file__))

# Add search paths here for libindiclient.a
Expand Down Expand Up @@ -101,7 +101,7 @@ def run(self):
name="pyindi-client",
author="geehalel",
author_email="geehalel@gmail.com",
url="https://github.com/geehalel/pyindi-client",
url="https://github.com/indilib/pyindi-client",
license="GNU General Public License v3 or later (GPLv3+)",
description="""Third party Python API for INDI client""",
# long_description=readme.read(),
Expand Down

0 comments on commit 558bda3

Please sign in to comment.