We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0119381 commit cde48f3Copy full SHA for cde48f3
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Change Log
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 2.0.3 - 2018-04-18
8
9
+### Added
10
+- push to pypi (can now do pip install pyclowder)
11
12
+### Changed
13
+- Now has onbuild version of pyclowder
14
+- release.sh will now tag images (e.g. this will be tagged 2.0.3 2.0 and 2)
15
+- RABBITMQ_URI is now set to amqp://guest:guest@rabbitmq/%2F to allow easy deployment
16
+ using docker-compose of clowder
0 commit comments