Skip to content

Commit 8916c84

Browse files
committed
Bump to version 1.6
1 parent c8bde19 commit 8916c84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Python library for the REST API of [Nuclos](http://www.nuclos.de/).
66

77
| Version | Compatible Nuclos versions | Download |
88
| --------------------------------------------------------------- | -------------------------- | -------- |
9-
| [1.5](https://github.com/saierd/python-nuclos/releases/tag/1.5) | ≥ 4.7.2 | [zip](https://github.com/saierd/python-nuclos/releases/download/1.5/python-nuclos-1.5.zip) |
9+
| [1.6](https://github.com/saierd/python-nuclos/releases/tag/1.5) | ≥ 4.7.2 | [zip](https://github.com/saierd/python-nuclos/releases/download/1.6/python-nuclos-1.6.zip) |
1010
| [1.4](https://github.com/saierd/python-nuclos/releases/tag/1.4) | 4.5.* | [zip](https://github.com/saierd/python-nuclos/releases/download/1.4/python-nuclos-1.4.zip) |
1111
| [1.0](https://github.com/saierd/python-nuclos/releases/tag/1.0) | 4.4.0 | [zip](https://github.com/saierd/python-nuclos/releases/download/1.0/python-nuclos-1.0.zip) |
1212

nuclos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This project is licensed under the terms of the MIT license. See the LICENSE file.
55
"""
6-
__version__ = "1.5"
6+
__version__ = "1.6"
77

88
# TODO: Support SSL.
99

0 commit comments

Comments
 (0)