Skip to content

Commit c0c2300

Browse files
CYBERDEViLNLCYBERDEViLNL
authored andcommitted
* versions from 0.6.0.dev to 0.6.0.
* changelog update.
1 parent 74dbe1b commit c0c2300

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Changelog.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ up-to-date than manual and if conflicts appear they should follow the order:
2727

2828
----
2929

30-
#### Version `0.6.0` (for now, may change)
30+
#### Version `0.6.0`
3131

3232
In this release some bugs due to Diaspora changes where adressed, it also
3333
contains some new functionality. Also if `BeautifulSoup4` is installed it
@@ -69,6 +69,7 @@ Note: In this version indentation changed from spaces to tabs.
6969
* __new__: It is now possible to set `diaspy.people.User()` it's data manual by the `data` parameter,
7070
* __new__: `diaspy.people.Contacts()` has new methods `add()` and `remove()` wich can add/remove a user to/from an aspect,
7171
* __new__: Added BeautifulSoup4 (optional) support where possible instead of regex, kept regex as fallback,
72+
* __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()`,
7273

7374

7475
* __rem__: `_obtain()` from `diaspy.streams.Outer()`, it was the same as `_obtain()` in `diaspy.streams.Generic()`,

diaspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
import diaspy.settings as settings
1111

1212

13-
__version__ = '0.6.0.dev'
13+
__version__ = '0.6.0'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.6.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6.0.dev'
56+
release = '0.6.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='diaspy-api',
5-
version='0.6.0.dev',
5+
version='0.6.0',
66
author='Marek Marecki',
77
author_email='marekjm@ozro.pw',
88
url='https://github.com/marekjm/diaspy',

0 commit comments

Comments
 (0)