diff --git a/docs/conf.py b/docs/conf.py index 20b7e383b96e9b37df3b892efcd5259c03e0ede3..ff11c2164bf2adf7033fdcf1bd7e3515c0190c69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ author = "caner & inso & vit" # built documents. # # The short X.Y version. -version = "1.1.0" +version = "1.2.0" # The full version, including alpha/beta/rc tags. -release = "1.1.0" +release = "1.2.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index df636346a02c67a09e652ec8ebc478e99ab21fa5..3c9d9f85a599c7cf73283de7b23cdfcbdcc9acec 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. __author__ = "Caner Candan & inso & vit" -__version__ = "1.1.0" +__version__ = "1.2.0" __nonsense__ = "duniter" from . import api, documents, key diff --git a/pyproject.toml b/pyproject.toml index 5b2d3789f76e857846455cdcf64518d067d913a0..ad1d933a7053d577d6deb432d75fb9bcad365787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "duniterpy" -version = "1.1.0" +version = "1.2.0" description = "Python library for developers of Duniter clients" authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"] maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"]