Skip to content

Commit 2ac5aa5

Browse files
committed
Merge tag '0.3.5' into develop
0.3.5 - Added uniqueness constraints on (s, p, o, context) to all tables - Removed Python 2.6 from unit-test matrix - no longer officially supported - Misc cleanup
2 parents 2370df9 + 0e2124b commit 2ac5aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.3.5
33
commit = False
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
project = "rdflib-sqlalchemy"
6-
version = "0.3.4"
6+
version = "0.3.5"
77

88

99
setup(

0 commit comments

Comments
 (0)