浏览代码

build: bump version 0.2.3

tags/v0.2.3
父节点
当前提交
c0ba12e2fa
找不到此签名对应的密钥 GPG 密钥 ID: BC6F3C345B7D33B0
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 9
- 0
CHANGELOG.md 查看文件

@@ -1,3 +1,12 @@
# [v0.2.3](https://github.com/Deuchnord/kosmorro/compare/v0.2.2...v0.2.3) (2019-11-24)


### Bug Fixes

* **dumper:** display the right date on output text ([2511d31](https://github.com/Deuchnord/kosmorro/commit/2511d31c37dc5bbb790ebeabc7c230e8641b1448))



# [v0.2.2](https://github.com/Deuchnord/kosmorro/compare/v0.2.1...v0.2.2) (2019-11-18)




+ 1
- 1
kosmorrolib/version.py 查看文件

@@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = '0.2.2'
VERSION = '0.2.3'

正在加载...
取消
保存