Skip to content

Commit 48bba4a

Browse files
committed
Version and changelog update
1 parent 7cc6f49 commit 48bba4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------------------------------------------------------------------
2-
qPython 1.1.0 [2015.xx.xx]
2+
qPython 1.1.0 [2015.11.25]
33
------------------------------------------------------------------------------
44

55
- Compatibility with Python 2.7, 3.3, and 3.4

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: qpython
3-
version: "1.1.0b3"
3+
version: "1.1.0"
44

55
build:
66
number: 1

qpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__all__ = ['qconnection', 'qtype', 'qtemporal', 'qcollection']
1818

1919

20-
__version__ = '1.1.0b3'
20+
__version__ = '1.1.0'
2121

2222

2323

0 commit comments

Comments
 (0)