Skip to content

Commit 0563ce7

Browse files
Merge pull request #69 from simphony/v0.3.0
Bumped version. Added changelog
2 parents 72239fc + f808cc9 commit 0563ce7

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
SimPhoNy Remote CHANGELOG
22
=========================
33

4+
What's new in SimPhoNy Remote 0.3.0
5+
-----------------------------------
6+
7+
Summary
8+
~~~~~~~
9+
10+
- Introduced a more generic configuration of available users and images
11+
through a CSV file (#33, #41)
12+
- Internally refactored configuration handling (#40)
13+
- Simplified database layout by removing Teams (#32)
14+
- Added functionality to remove users and applications from database via
15+
remoteappdb CLI application (#28)
16+
- Attaching of workspace (#4)
17+
- Added API autodoc documentation (#57)
18+
- Improved testing and coverage (#5)
19+
- Improved error message when unable to create temporary directory (#53)
20+
- Fixed regression with View button not working anymore (#43)
21+
422
What's new in SimPhoNy Remote 0.2.0
523
-----------------------------------
624

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = '0.3'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.3.0dev0'
70+
release = '0.3.0'
7171

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

remoteappmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR = 0
22
MINOR = 3
33
MICRO = 0
4-
IS_RELEASED = False
4+
IS_RELEASED = True
55

66
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
77

0 commit comments

Comments
 (0)