Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 4270e7e

Browse files
Bump release with migrations fix (#9)
1 parent 2df5af0 commit 4270e7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
4+
## [0.1.1]
5+
### Fixed
6+
- fixed migrations

fdadb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
__title__ = "FDA Drug Database"
3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44
__author__ = "Michal Proszek"
55
__license__ = "MIT"
66
__copyright__ = "Copyright 2018 Roman Health"

0 commit comments

Comments
 (0)