Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fred
utils
epplib
Commits
a9bed4de
Commit
a9bed4de
authored
Sep 27, 2022
by
Vlastimil Zima
Browse files
Bump version: 0.1.1 → 0.2.0
parent
94197adc
Changes
4
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
a9bed4de
[bumpversion]
current_version = 0.
1.1
current_version = 0.
2.0
commit = true
tag = true
tag_name = {new_version}
...
...
CHANGELOG.rst
View file @
a9bed4de
...
...
@@ -5,6 +5,16 @@ ChangeLog
:backlinks: none
:local:
0.2.0 (2022-09-27)
-------------------
* Add ``auth_info`` to info commands (#101).
* Fix ``UpdateDomain`` command (#105).
* Expose list commands (#104).
* Better error handling of empty response (#106).
* Update EPP testing schemas (#101).
* Log raw XML and transport errors (#102).
0.1.1 (2022-07-21)
-------------------
...
...
epplib/__init__.py
View file @
a9bed4de
...
...
@@ -18,4 +18,4 @@
"""Fred-epplib is FRED EPP library."""
__version__
=
'0.
1.1
'
__version__
=
'0.
2.0
'
setup.cfg
View file @
a9bed4de
[metadata]
name = fred-epplib
version = 0.
1.1
version = 0.
2.0
author = Ondřej Fikar
author_email = ondrej.fikar@nic.cz
description = Fred-epplib is FRED EPP library.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment