Skip to content

Commit 7562be3

Browse files
authored
Merge pull request #16 from aosingh/dev/1.2.0
fix readme and documentation
2 parents dde911e + 6edf0c6 commit 7562be3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ project_urls =
3333
Documentation = https://aosingh.github.io/sqlite_rx/
3434
Source = https://github.com/aosingh/sqlite_rx
3535
Bug Tracker = https://github.com/aosingh/sqlite_rx/issues
36-
CI: https://github.com/aosingh/sqlite_rx/actions
37-
Release Notes: https://github.com/aosingh/sqlite_rx/releases
38-
License: https://github.com/aosingh/sqlite_rx/blob/master/LICENSE
36+
CI = https://github.com/aosingh/sqlite_rx/actions
37+
Release Notes = https://github.com/aosingh/sqlite_rx/releases
38+
License = https://github.com/aosingh/sqlite_rx/blob/master/LICENSE
3939

4040

4141
[options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
1515
long_description = f.read()
1616

17-
VERSION = '1.2.0'
17+
VERSION = '1.2.0rc1'
1818
DISTNAME = 'sqlite_rx'
1919
LICENSE = 'MIT License'
2020
AUTHOR = 'Abhishek Singh'

sqlite_rx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.2.0"
22
__author__ = "Abhishek Singh"
33
__authoremail__ = "abhishek.singh20141@gmail.com"
44

0 commit comments

Comments
 (0)