From c0c23006dc746a19d25c9427bc614a8add03d06c Mon Sep 17 00:00:00 2001 From: CYBERDEViLNL Date: Thu, 8 Nov 2018 16:03:54 +0100 Subject: [PATCH] * versions from `0.6.0.dev` to `0.6.0`. * changelog update. --- Changelog.markdown | 3 ++- diaspy/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.markdown b/Changelog.markdown index 6b60205..8b11250 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -27,7 +27,7 @@ up-to-date than manual and if conflicts appear they should follow the order: ---- -#### Version `0.6.0` (for now, may change) +#### Version `0.6.0` In this release some bugs due to Diaspora changes where adressed, it also contains some new functionality. Also if `BeautifulSoup4` is installed it @@ -69,6 +69,7 @@ Note: In this version indentation changed from spaces to tabs. * __new__: It is now possible to set `diaspy.people.User()` it's data manual by the `data` parameter, * __new__: `diaspy.people.Contacts()` has new methods `add()` and `remove()` wich can add/remove a user to/from an aspect, * __new__: Added BeautifulSoup4 (optional) support where possible instead of regex, kept regex as fallback, +* __new__: `diaspy.connection.Connection().podswitch()` has now a optional param `login` with as default set to `True`, if `False` it will only set the data and does not call `login()`, * __rem__: `_obtain()` from `diaspy.streams.Outer()`, it was the same as `_obtain()` in `diaspy.streams.Generic()`, diff --git a/diaspy/__init__.py b/diaspy/__init__.py index 856cb51..fee78fd 100644 --- a/diaspy/__init__.py +++ b/diaspy/__init__.py @@ -10,4 +10,4 @@ import diaspy.notifications as notifications import diaspy.settings as settings -__version__ = '0.6.0.dev' +__version__ = '0.6.0' diff --git a/docs/source/conf.py b/docs/source/conf.py index 9413688..3e71fe4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ copyright = '2013, Moritz Kiefer, Marek Marecki and others' # The short X.Y version. version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.6.0.dev' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 8171e53..34f03ed 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='diaspy-api', - version='0.6.0.dev', + version='0.6.0', author='Marek Marecki', author_email='marekjm@ozro.pw', url='https://github.com/marekjm/diaspy', -- 2.25.1