Skip to content

Commit fe10bf1

Browse files
committed
[ADM] Update package version and changelog
1 parent 95b02a7 commit fe10bf1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## 0.5.6
4+
5+
### :tada: Bugfixes:
6+
* [FIX] Formatter does not add space after comma ([#147](https://github.com/PabloRMira/sql_formatter/pull/147))
7+
38
## 0.5.5
49

510
### :hammer_and_wrench: Refactoring / Maintenance:

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Pablo Rodriguez Mira
88
author_email = rodriguez.mira.pablo@gmail.com
99
copyright = Pablo Rodriguez Mira
1010
branch = master
11-
version = 0.5.6
11+
version = 0.5.7
1212
min_python = 3.6
1313
audience = Developers
1414
language = English

sql_formatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.6"
1+
__version__ = "0.5.7"

0 commit comments

Comments
 (0)