Skip to content

Commit

Permalink
Release 0.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Mar 22, 2020
1 parent 8830c81 commit ca2d15c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Versions
========

0.0.2 (2020-03-23)
=========
- Polish readme documentation

0.0.1 (2020-03-22)
=========
- Document library usage
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Please run following script to obtain latest package from PYPI:
➜ pip install uyaml
✨ 🍰 ✨
```

### Quick start

```python
Expand All @@ -59,18 +58,18 @@ Please run following script to obtain latest package from PYPI:
"bar": {"content": "empty", "priority": 1}
}
```

### Source code

```bash
➜ git clone git@github.com:vyahello/uyaml.git
➜ pip install -e .
```

Or using direct source code tag:
Or using direct source:
```bash
➜ pip install git+https://github.com/vyahello/uyaml@0.0.1
```
**[⬆ back to top](#uyaml)**

## Development notes

Expand All @@ -82,7 +81,6 @@ To be able to run code analysis, please execute command below:
```bash
➜ ./analyse-source-code.sh
```

### Release notes

Please check [changelog](CHANGELOG.md) file to get more details about actual versions and it's release notes.
Expand All @@ -104,3 +102,4 @@ You can reach out me at:
3. `pip install -r requirements.txt` to install all project dependencies
4. `pip install -r requirements-dev.txt` to install all development project dependencies

**[⬆ back to top](#uyaml)**
2 changes: 1 addition & 1 deletion uyaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__: str = "Volodymyr Yahello"
__email__: str = "vyahello@gmail.com"
__version__: str = "0.0.1"
__version__: str = "0.0.2"

0 comments on commit ca2d15c

Please sign in to comment.