Skip to content

Commit

Permalink
Prepare 0.4b3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jun 18, 2020
1 parent ddbe1f3 commit fdd44c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ Minor fixes
* Option numbers for Echo and Request-Tag were updated according to the latest
draft version.

Testing
~~~~~~~
Other
~~~~~

* FAQ section started in the documentation.
* With `./setup.py test` being phased out, tests are now run via tox.

Version 0.4b2
Expand Down
2 changes: 1 addition & 1 deletion aiocoap/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#: This is not supposed to be used in any decision-making process (use package
#: dependencies for that) or workarounds, but used by command-line tools or the
#: impl-info link to provide debugging information.
version = "0.4b2.post0"
version = "0.4b3"

#: URI used to describe the current version of the library
#:
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4b2.post0'
release = '0.4b3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import os

name = "aiocoap"
version = "0.4b2.post0" # Don't forget meta.version and doc/conf.py
version = "0.4b3" # Don't forget meta.version and doc/conf.py
description = "Python CoAP library"
longdescription = __doc__

Expand Down

0 comments on commit fdd44c1

Please sign in to comment.