Skip to content

Commit 9326f60

Browse files
committed
🥚 🎡 release 0.0.1
1 parent 234b6f3 commit 9326f60

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
Change log
22
================================================================================
3+
4+
0.0.1 - 10.10.2020
5+
--------------------------------------------------------------------------------
6+
7+
**Added**
8+
9+
#. What a feat! python wrapper for libxlsxwriter

changelog.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: libxlsxwpy
2+
organisation: pyexcel
3+
releases:
4+
- changes:
5+
- action: Added
6+
details:
7+
- 'What a feat! python wrapper for libxlsxwriter'
8+
date: 10.10.2020
9+
version: 0.0.1

libxlsxwpy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "libxlsxwpy"
33
nick_name: xlsxw
44
version: 0.0.1
5+
current_version: 0.0.1
56
release: 0.0.1
67
file_type: xlsx
78
external_module_library: libxlsxwpy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
NAME = "libxlsxwpy"
3131
AUTHOR = "chfw"
32-
VERSION = ""
32+
VERSION = "0.0.1"
3333
3434
LICENSE = "New BSD"
3535
DESCRIPTION = (

0 commit comments

Comments
 (0)