Skip to content

Commit 6b04779

Browse files
authored
Merge pull request #967 from cglewis/master
release v0.5.2
2 parents 00683b8 + 620089f commit 6b04779

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.5.2 (2019-01-25)
2+
3+
- Updated version of pytest, pika, texttable, schedule
4+
- Added first version of CLI, accessed with `poseidon shell`
5+
- Can now query endpoint information like what state and when
6+
- Can now clear out inactive endpoints or ignore specific endpoints
7+
- Pin pip to a version
8+
19
# v0.5.1 (2019-01-11)
210

311
- Improved logging output

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2.dev
1+
0.5.2

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'0.5.2.dev'
58+
version = u'0.5.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'0.5.2.dev'
60+
release = u'0.5.2'
6161

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

installers/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: poseidon
2-
Version: 0.5.2.dev
2+
Version: 0.5.2
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)