Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit f1bd4d1

Browse files
committed
0.4
1 parent 9279874 commit f1bd4d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.4
5+
-----------
6+
7+
- Fixes for the final version of Phoenix 4.7.
8+
49
Version 0.3
510
-----------
611

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def readme():
1212
with open('README.rst') as f:
1313
return f.read()
1414

15-
version = "0.3"
15+
version = "0.4"
1616

1717
setup(
1818
name="phoenixdb",

0 commit comments

Comments
 (0)