bumped version, added todo
This commit is contained in:
@@ -112,4 +112,5 @@ To do this magic, you have to first
|
|||||||
|
|
||||||
- [ ] add support for partial updates, so it's not only about subdomains, but also `/sub-pages`
|
- [ ] add support for partial updates, so it's not only about subdomains, but also `/sub-pages`
|
||||||
- [ ] add some color and spinners to the CLI using Rich
|
- [ ] add some color and spinners to the CLI using Rich
|
||||||
|
- [ ] sitemap.xml generation
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="publify",
|
name="publify",
|
||||||
version="0.2.0",
|
version="0.2.1",
|
||||||
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
|
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
|
||||||
author="Zev Averbach",
|
author="Zev Averbach",
|
||||||
author_email="zev@averba.ch",
|
author_email="zev@averba.ch",
|
||||||
|
|||||||
Reference in New Issue
Block a user