소스 검색

Do not call it 1.0 yet

module has been only used in one environment within one use case.  The
API is still not organized well (there might be some bad decisions),
documentation needs some reviewing, ant the name of the module is likely
to change in forseeable future.

Therefore it seems too brave to call it 1.0, I'd be happier if the above
was finished before that.

Also, I believe it's a good idea to adhere to Semantic Versioning model,
therefore 0.1.0.
Alois Mahdal 10 년 전
부모
커밋
d1cc29d18b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      setup.py

+ 1
- 1
setup.py 파일 보기

@@ -2,7 +2,7 @@
2 2
 from setuptools import setup
3 3
 
4 4
 setup(name='sznqalibs',
5
-      version='1.0',
5
+      version='0.1.0',
6 6
       description='collection of python libs developed for testing purposes',
7 7
       author='Seznam.cz, a.s.',
8 8
       author_email='opensource@firma.seznam.cz',