Bump version 1.2
This commit is contained in:
		
							parent
							
								
									2f135fed6b
								
							
						
					
					
						commit
						257fcc98fa
					
				
							
								
								
									
										19
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										19
									
								
								CHANGELOG.md
								
								
								
								
							| 
						 | 
					@ -1,5 +1,14 @@
 | 
				
			||||||
1.1
 | 
					# Changelog
 | 
				
			||||||
===
 | 
					
 | 
				
			||||||
- Start with generic negromate command with entry points for other modules
 | 
					## 1.2
 | 
				
			||||||
- Move image generating code to utils
 | 
					
 | 
				
			||||||
- Migrate setup to pep517
 | 
					* Get karaoke ass generator from negromate.web
 | 
				
			||||||
 | 
					* Add date to songs
 | 
				
			||||||
 | 
					* Convert to namespace package
 | 
				
			||||||
 | 
					* Add verbose flag
 | 
				
			||||||
 | 
					* Use configuration file for commands defaults
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 1.1
 | 
				
			||||||
 | 
					* Start with generic negromate command with entry points for other modules
 | 
				
			||||||
 | 
					* Move image generating code to utils
 | 
				
			||||||
 | 
					* Migrate setup to pep517
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
import logging
 | 
					import logging
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = "1.1"
 | 
					VERSION = "1.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
logger = logging.getLogger("negromate.songs")
 | 
					logger = logging.getLogger("negromate.songs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue