Skip to content

Commit

Permalink
Fixes (#5)
Browse files Browse the repository at this point in the history
- Remove .nvmrc
- Remove .prettierrc.yaml
- Remove nvm install from travis
- Update CHANGELOG.md
- Bump version
  • Loading branch information
Kenneth Söderlund committed Sep 21, 2020
1 parent 76934e9 commit c403ffb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
- secure: "qRfZF6oOoh5ZVsTA7+qzRKzaIu+9Gy9ec3Olt2EqibtnG7FT/7XG+x8PI8fx9v3p5omvvcW/+LpOJ9O2tiU/WZRbP67qWw/hFhupzVzqFZOAiqLINm2W7zWxgFfZhhIoUD2JlVQqtWY5MA0pCT31oC0y0z0aFdU5EMNcxz5Ic9xeVZ9H5jaZ8uXbe2Fd2W54nMMqFhfrLKHJuMRPOFC8f/rCeyC3rmK5FdqNlK4A6BvFUjbIs+al3Sho5oSfi9/fpoeitrWTy3Puoo1RonRGYSrP859AQs1JWVXITyjBxtIkLfCsg99tziXd5DWY/+c9hGvq2p5VJbJn4tA2Pbw6h5KUoO69h7nZfUaqIzTLK3Y8EJawZpxvIp6/cQHOWDMsERdcLnLA/UqcqTGmmEAe/rJWv1Er5c7bFK21WgY0wjwKA7ZjSEDAipICFGsiFevHTOUD16ZPuNIJrWuZSnj6ok5PuSW6ouhpKtzz8+4B+0zbee830JEOoCOPN1APeIsIZf77qOHQmTf42i5xQrdVUg1NE4mkpPJ1bSKQvt//AKRW2/lxL3ttd3rDZQnBDkxNgYGZw2HSL8LQVz6w0tzODcow79hDFOeBJHd9TvOV7Jb9Fbvuqqb/Plh/o92TcGF4hSGFv0oanxAWniWIsGYBB9fu+w+xk/+w0PUR5F2DJqw="

before_install:
- nvm install
- gcloud version || true
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf
$HOME/google-cloud-sdk; export CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ and this project adheres to

## [Unreleased]

## [0.1.1] - 2020-09-21

### Removed

- .nvmrc
- .prettierrc.yaml

### Updated

- README.md with build status badge
- Only run deploy to PyPi on Python 3.6 environment
- CHANGELOG.md
- Bump version

## [0.1.0] - 2020-09-21

### Added
Expand All @@ -20,5 +34,6 @@ and this project adheres to
- Update README.md
- Update .gitignore

[Unreleased]: https://github.com/digitalliving/firedantic/compare/0.1.0...HEAD
[Unreleased]: https://github.com/digitalliving/firedantic/compare/0.1.1...HEAD
[0.1.1]: https://github.com/digitalliving/firedantic/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/digitalliving/firedantic/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "firedantic"
version = "0.1.0"
version = "0.1.1"
description = "Pydantic base model for Firestore"
authors = ["Digital Living International Ltd"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit c403ffb

Please sign in to comment.